home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / tsf2cm15.zip / TSF2CM.INF < prev    next >
Text File  |  1989-01-15  |  5KB  |  114 lines

  1.                            - 1 -
  2. 15th January, 1989
  3.  
  4. About TSF2CM in General
  5. =======================
  6.  
  7. Apply question mark ? with the program call for a brief description of a
  8. program.
  9.  
  10. This package may be used and distributed freely for NON-COMMERCIAL,
  11. NON-INSTITUTIONAL, PRIVATE purposes, provided it is not changed in any way.
  12. No part of this package may be distributed separately. No charge for the
  13. programs is allowed without an explicit consent of the author.
  14.  
  15. The programs are under development. Comments and contacts are solicited. If
  16. you have any comments, please do not hesitate to use electronic mail for
  17. communication.
  18. Funet address:    VAKK::SALMI
  19. Internet address: SALMI@VAKK.UWASA.FI
  20. Bitnet address:   SALMI@FINFUN
  21. FidoNet address:  2:515/1 (Micro Maniacs Opus, To: Timo Salmi)
  22.  
  23. The author shall not be liable to the user for any direct, indirect or
  24. consequential loss arising from the use of, or inability to use, any program
  25. or file howsoever caused. No warranty is given that the programs will work
  26. under all circumstances.
  27.  
  28. Timo Salmi
  29. Professor of Accounting and Business Finance
  30. School of Business Studies, University of Vaasa
  31. P.O. BOX 297, SF-65101 Vaasa, Finland
  32.  
  33.  
  34. ABSTRACT:
  35.  
  36. Searching Archive: B:TSF2CM15.ARC - More file utilities by T.Salmi  
  37.  
  38. Filename        Comment                             Date      Time
  39. --------        --------------------------------    ----      ----
  40. FILECOMP.EXE    Compares two text files           01-15-89  09:15:58
  41. FILEQLPC.EXE    Converts deficient end-of-lines   08-25-88  11:56:48
  42. TSF2CM.INF      Document                          01-15-89
  43. TSPROG.INF      List of PD programs from T.Salmi  12-19-88  14:32:02
  44. ----            ------             ------  -----
  45. 0004             67677              49580   27%
  46.  
  47.                            - 2 -
  48.  
  49.  
  50. Timo Salmi File 2nd CoMmand release 1.5 (TSF2CM15) includes the following
  51. *    *     *    *   * *             * *
  52. programs for handling files:
  53.  
  54. The TSF2CM package is a sequel to TSFCOM, which now has grown rather large.
  55. It is useful, but not necessary to have TSFCOM, to utilize the programs in
  56. TSF2CM (and vice versa).
  57.  
  58.  
  59. FILECOMP (Ver. 1.4)
  60. ==================
  61.  
  62. Compares the contents of two (text) files.
  63.    There are two modes in the program. Fast mode is for ordinary text files,
  64. and slow mode for files with special characters in them, such as .com and .exe
  65. files.
  66.    The program is mainly intended for comparing ordinary text files in the
  67. fast mode. If you use the slow mode, it is advisable first to copy the target
  68. files ramdisk. The slow mode will be slow even then. Note that applying fast
  69. mode to files containing special characters will FAIL to detect many of the
  70. differences in such files.
  71.    FILECOMP is written in Turbo Pascal 4.0, and demonstrates the possibility
  72. of using several windows SIMULTANEOUSLY on a PC. Lack of true window
  73. facilities and lack of multitasking are clear weaknesses of MS-DOS personal
  74. computers, even compared to some low-priced home computers. What's worse,
  75. the upcoming OS2 system may be too complicated for us amateur programmers.
  76. (The news so far is discouraging.)
  77.  
  78.  Release Notes 1.1: Since version 1.1, the screen can optionally be slowed
  79. down.
  80.  
  81.  Release Notes 1.2: Version 1.2 uses buffered input making the program
  82. considerably faster. Also the directory facility has been improved.
  83.  
  84.  Release Notes 1.3: Version 1.3 adds the option of two different ways of
  85. calling the program:
  86.     FILECOMP
  87. or: FILECOMP <first file> <second file>
  88.  
  89.  Release Notes 1.4: The fast mode of comparison has been renamed text mode
  90. and the slow mode is now called the other mode. The other mode has been
  91. rewritten to increase its speed drastically. This was achieved by handling
  92. the files as untyped in Turbo Pascal 5.0 and using fast BlockRead routines
  93. and buffering for reading.
  94.  Read-only files no longer should cause a problem, but can be compared as
  95. they should. (The reason for the problem was that by default Turbo Pascal
  96. cannot find read-only files as missing unless special programming measures
  97. are taken. Hidden files cannot be compared, although even this could be
  98. arranged.)
  99.  The files to be compared are given as parameters. If the files are not
  100. found, version 1.3 required exiting the program. This has now been corrected.
  101.  The file names are expanded by version 1.4 to show the complete path.
  102.  
  103.                            - 3 -
  104.  
  105.  
  106. FILEQLPC (Ver. 1.2)
  107.  
  108.   In ASCII transfer from Sinclair QL to PC the end-of-line code transmitted
  109. by QL is <CR> i.e. ASCII 13, while it should be <CR><LF> i.e. ASCII 13, 10.
  110. FILEQLPC performs the conversion on a file transferred from the QL.
  111.   This program is not, however, limited to adjusting QL --> PC files, but
  112. any text files, where the end-of-line sequence is <CR> or <LF> instead the
  113. ordinary <CR><LF> sequence.
  114.